ICustomAttribute.cs 98 B

12345678
  1. using System;
  2. namespace ExternPropertyAttributes
  3. {
  4. public interface ICustomAttribute
  5. {
  6. }
  7. }